From 3658e7a459341fb7c27dd6cd95933be86fd84b69 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 27 Sep 2011 02:38:05 +0200 Subject: [PATCH] tests: Make testwindows dialog even more beautiful --- tests/testwindows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testwindows.c b/tests/testwindows.c index c8766f261d..c338018525 100644 --- a/tests/testwindows.c +++ b/tests/testwindows.c @@ -449,7 +449,7 @@ manual_clicked (GtkWidget *button, NULL); - table = gtk_table_new (2, 4, TRUE); + table = gtk_table_new (4, 2, FALSE); gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), table, FALSE, FALSE, -- 2.30.2